home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "TabPgDlg.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TPagesDlg *PagesDlg;
- //---------------------------------------------------------------------
- __fastcall TPagesDlg::TPagesDlg(TComponent* AOwner)
- : TForm(AOwner)
- {
- }
- //---------------------------------------------------------------------
-